home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Suruculer ve Guncellemeler / Transdisk / dosver4 / README.TD < prev    next >
Encoding:
Text File  |  1996-03-06  |  17.5 KB  |  390 lines

  1. This "README" file is updated to contain information specific to
  2. the EPP version of the TransDisk model 3000E.      Dated March 1996
  3. A ? mark means the feature has yet to be implemented.
  4.  
  5. Many machines, especially Pentium's, come with manufacturer's CMOS default
  6. setup to non-EPP mode.  It is a good idea to change into EPP, but not ECP
  7. or ECP/EPP mode.  The EPP mode does provide better signal quality.
  8.  
  9. --------------------------------------------------------------------
  10.  
  11. ***   Regarding Windows 95
  12.  
  13. The current TransDisk and TransCD 16-bit drivers work well on Windows95.
  14. The installation procedure is the same as that on DOS and Windows.  A
  15. better alternative of loading TransDisk driver is also described in the
  16. next section of "Windows95: A better alternative to load TransDisk driver".
  17. If you have older version of drivers, please contact F.I.T., by fax:
  18. 1-908-417-5994 or by BBS: 1-908-417-1663, to obtain a newer version of
  19. software.
  20.  
  21. Windows95 may prompt to ask you for a 32-bit driver for TransDisk or TransCD.
  22. The current 16-bit driver does work well with Windows95 in the compatible
  23. mode.  We are working on the 32-bit drivers.   The 32-bit driver will make
  24. little difference to the TransDisk/TransCD operation and performance on the
  25. Windows95 due to the hardware nature of the parallel ports. HOWEVER, the
  26. loading mechanism may make a difference on the performance due to the
  27. implementation of Windows95 on backward compatibilty.  In checking the
  28. performance, there was no noticeable difference in operation between
  29. having the driver installed, or, not having the driver installed.
  30. Microsoft is trying to push all manufacturers to write 32-bit drivers,
  31. so that they will be Windows95 and WindowsNT compliant.  Fidelity will
  32. follow the trend and is working on implementing this.
  33.  
  34.         ** DLD.COM limitation on Windows95
  35. Due to the nature of multitasking in Windows95, each command executed
  36. (thru Explorer or RUN command) or each DOS session opened has its own
  37. environment.   Its environment disappears after the DOS session is closed.
  38. Hence, if you load TransDisk driver using DLD.COM or TDGO (which calls
  39. DLD.COM), the TransDisk driver will disappear after exiting.   However,
  40. if you use DLD.COM or TDGO in the AUTOEXEC.BAT that is executed in the
  41. kernel model, it will be available for all later-spawned DOS sessions.
  42. _____________________________________________________________________
  43.  
  44. ***  Windows95: A better alternative to load TransDisk driver
  45.  
  46. It is recommended that an alternative method of loading the TransDisk
  47. device driver be used for Windows95.  This involves using DLD.COM or
  48. TDGO.BAT to load the driver in AUTOEXEC.BAT.
  49.  
  50. Step 1:
  51. If you have not already installed the TransDisk software
  52. using TD.EXE option 1,  do the following.
  53.  
  54.     Create a directory "\TD-EPP" on C: ( or Boot) drive and
  55.     copy the contents of the TransDisk installation diskette
  56.     to it.
  57.  
  58. else  (If you have installed the TransDisk software using TD.EXE
  59.      option 1 with TransDisk driver in CONFIG.SYS) do the following.
  60.  
  61.     Remove the TransDisk device entry (DEVICE=C:\TD-EPP\TD-EPP.SYS
  62.     .....) from the   \CONFIG.SYS  file or delete the file if
  63.     the TransDisk device is the only entry.
  64.  
  65. Step 2:
  66.     Create or edit \AUTOEXEC.BAT file on C: drive to include the
  67. following 3 lines and save the file:
  68.                 CD   \TD-EPP
  69.                 CALL  TDGO
  70.                 CD  \
  71. Note that if you wish to assign a specific drive letter (e.g.  M:),
  72. other than the next available one, to the TransDisk, you can replace
  73. the "CALL  TDGO" line above with the following:
  74.                 DLD  -M  TD-EPP.SYS
  75. See README.TD file for details.
  76.  
  77. Step 3:
  78.     Shutdown and reboot.
  79.  
  80. There are two reasons why this procedure is recommended:
  81.     A.  DEVICE entry in CONFIG.SYS still works for TransDisk, however,
  82. the system will generate a notice about the performance impact.  No such
  83. notice if new method is used.
  84.     B.  General performance of the system (including TransDisk) is
  85. better with this method compared to using DEVICE entry.
  86. _____________________________________________________________________
  87.  
  88. ***  Accessing TransDisk with a DOS Drive Letter
  89.  
  90. Accessing TransDisk requires loading the TransDisk device driver (TD-EPP.SYS)
  91. which assigns a DOS drive letter. To do this, you need to perform one of the
  92. following:
  93.  
  94. 1. Permanent Installation --
  95.    TD utility allows normal installation of the TransDisk software onto the
  96.    internal hard drive. It makes changes to the CONFIG.SYS file. A reboot
  97.    is required to load the device driver.
  98.  
  99.    Syntax:    TD
  100.  
  101. 2. Dynamic Loading --
  102.    TDGO command allows loading the device driver dynamically without first
  103.    installing the software via TD. It does NOT change any of the host system
  104.    setup.  No reboot is required.
  105.  
  106.    Syntax:    TDGO [timing]
  107.  
  108.    timing    timing adjustment for device driver to match parallel port
  109.         characteristics. Range: 0 - 99; Default = 3.
  110.  
  111.    See following sections for detail on timing adjustment.
  112.  
  113. --------------------------------------------------------------------
  114.  
  115. *** TD-EPP.SYS Options   (Older, non-EPP version, called TRANSD.SYS)
  116.  
  117. Usage:
  118.  
  119.   In config.sys
  120.  
  121.       DEVICE=C:\TD-EPP\TD-EPP.SYS [/T:<t>] [/S:<s>] [/B] [/U]
  122.   
  123. Description:
  124.  
  125.     /T option allows manual setting of the timing between the device
  126. driver and the printer port. When /T option is not specified (default),
  127. the device driver will AUTOMATICALLY set its timing to 3 to provide
  128. better compatibility across different machine platforms with only minor
  129. performance degradation. To further increase the performance of a
  130. particular system, try reducing the timing value. See also the section
  131. on "Parallel Port Mode and TransDisk Timing".
  132.     When /T option is specified, <t> indicates the MANUAL-TIMING
  133. parameter. The larger the value of <t> is, the slower the system becomes.
  134. In particular, when <t> is set to 0, the system will run at full speed.
  135. In EPP mode (see below), /T option is ignored and the driver will always
  136. run at full speed to obtain the best performance.
  137.  
  138.     /S option allows you to change the timeout value associated with
  139. the STANDBY mode operation of the TransDisk series.
  140.     When /S option is specified, <s> indicates a timeout value in
  141. seconds. If the unit is not accessed in <s> seconds, it will enter the
  142. STANDBY mode. If <s> is not a multiple of 5, it will be rounded up to
  143. the next multiple of 5. The minimum value of <s> is 60 (1 min.). The
  144. maximum is about 1200 (20 min.). If <s> is set to 0, the STANDBY mode
  145. is disabled.
  146.     When /S is specified, a TransDisk unit will enter STANDBY mode
  147. (Hard drive motor not spinning, to save wear and tear) when it is not
  148. accessed in the timeout value specified. Once it receives a command,
  149. it will spin up again and execute the command.
  150.     When /S is not specified, TransDisk 3000E series disable STANDBY
  151. mode operation.
  152.  
  153.     /U option forces the device driver to operate in the uni-directional
  154. mode regardless of the printer port hardware.
  155.     /B option forces the device driver to operate in the bi-directional
  156. mode if the printer port hardware supports it.  Otherwise, it is equivalent
  157. to the /U option.
  158.     If neither /B nor /U option is specified (default), the device driver
  159. will AUTOMATICALLY detect whether the printer port hardware is uni-directional
  160. or bi-directional or EPP (Enhanced Parallel Port).
  161.  
  162. Example:
  163.  
  164.     DEVICE=C:\TD-EPP\TD-EPP.SYS
  165. Default (auto-detect parallel port mode, TIMING = 3, STANDBY disabled)
  166.  
  167.     DEVICE=C:\TD-EPP\TD-EPP.SYS /T:5 /S:180 /U
  168. Set MANUAL-TIMING mode to 5 and STANDBY-TIMEOUT to 3 min.
  169. Force uni-directional mode.
  170.  
  171.     DEVICE=C:\TD-EPP\TD-EPP.SYS /T:0 /S:0
  172. Set MANUAL-TIMING mode to 0 and disable STANDBY-TIMEOUT.
  173. Auto-detect parallel port mode.
  174.  
  175. ____________________________________________________________________
  176.  
  177. ***  Parallel Port Mode and TransDisk Timing
  178.  
  179. The IBM PC compatible parallel (printer) port was originally designed
  180. for IBM PC/XT. The signal quality and speed of the parallel port was
  181. not an issue because the parallel port was able to keep up with the
  182. relatively slow CPU when transferring data between the CPU and the
  183. devices connected to the port.
  184.  
  185. Since then, the performance of the CPU has been dramatically improved
  186. with the introduction of the 486's and Pentium's, while the parallel
  187. port itself stays pretty much the same. The same parallel port still
  188. works for the printer devices because of the relatively slow transfer
  189. speed of the printer. However, with a high-speed device, such as a
  190. TransDisk connected, the parallel port may find itself not able to keep
  191. up with the high-speed data transfer between the device and the CPU.
  192.  
  193. Not all parallel ports are alike, especially when high-speed transfer
  194. is concerned. Some can be pushed to the limit; some perform badly when
  195. pushed. Fortunately in most cases, an workaround can be found. Please
  196. try the items below individually or in combination:
  197.  
  198. *** 1. Change Parallel Port Mode ***
  199. Many machines, especially Pentium's, come with manufacturer's CMOS
  200. default setup to non-EPP mode for parallel port. Some computers, when
  201. set to uni-directional port, shut off certain signals which may cause
  202. the TransDisk not to work. It is a good idea to change into EPP, but not
  203. ECP or ECP/EPP mode. The EPP mode does provide better signal quality. If
  204. EPP mode is not available, try Bi-dir (Bi-directional) mode if it exists.
  205.  
  206. *** 2. Adjust TransDisk Timing ***
  207. The following applies to non-EPP mode only as /T is ignored in EPP mode.
  208. If we slow down the data transfer slightly during access to the parallel
  209. port, the port may have enough time to allow data to become ready. The
  210. TransDisk Device Driver provides a timing option for this purpose. If the
  211. driver is loaded via a DEVICE entry in the CONFIG.SYS file, append the
  212. line with the "/T:x" option where a good value of 'x' to try is 5, other
  213. values are 10, 0, or 3(default). For example:
  214.     DEVICE=C:\TD-EPP\TD-EPP.SYS /T:5
  215. The typical range for 'x' should from 0 to 30, 0 being the fastest. To
  216. find an optimum value, start with a number (say 5), move up or down until
  217. a lowest number is found where there is no problem. Then add 1 or 2 to it
  218. to provide additional safety margin and use that final number in "/T:x".
  219.  
  220. If TDGO is used to load the driver dynamically, simply append the 'x' to the
  221. command line where 'x' means the same thing as above. For example: TDGO 5
  222.  
  223. If the TransDisk is used with a large number of machines, consider using
  224. timing parameter 3 (default) or 5 as standard. This provides
  225. much better compatibility across different machine platforms and in most
  226. cases avoids the need for tuning each machine individually. 
  227.  
  228. The performance degradation caused by the "/T" option should be relatively
  229. small given today's fast CPUs (486DX4/100, Pentium).  TD.EXE option 3 may
  230. be needed to re-initialize the TransDisk during the procedure.
  231. ____________________________________________________________________
  232.  
  233. ***  Note on Printer Port Compatibility (1)
  234.  
  235. If you cannot access TransDisk and you have already followed the
  236. troubleshooting instruction in the User's Guide, it is most likely
  237. that your printer port may not be fully IBM compatible. In this case,
  238. Adjust the timing by using /T option mentioned above and reboot the system.
  239. Also see the note below.
  240. ____________________________________________________________________
  241.  
  242. ***  Note on Printer Port Compatibility (2)
  243.  
  244. If you are using IBM PS/2 (or similar) machines which has DMA capability
  245. on the printer port, e.g., PS/2 models 56, 57, 76, 77 and 90XP, you MUST
  246. disable the "DMA Arbitration Level" of the printer port to use TransCD.
  247.  
  248. In order to do so, you can enter configuration (CMOS) setup mode at
  249. the system boot time.  On PS/2 model 56, enter Ctl+Alt+Ins when cursor
  250. moves from upper left corner to right upper corner at system boot.
  251. Please refer to PS/2 User's Handbook for additional information.
  252.  
  253. ____________________________________________________________________
  254.  
  255. ***  Dynamic Driver Loader
  256.  
  257. Instead of using DEVICE entry to load the TransDisk driver in CONFIG.SYS,
  258. DLD.COM   allows a user to load TransDisk driver at DOS prompt.
  259. DLD.COM works on MS DOS 3.x, 4.x, 5.x, and 6.x.  It may or may not work on
  260. other DOS operating systems.
  261.  
  262. Syntax:
  263.     DLD [-drive_letter] driver_file [driver_options]
  264.  
  265. Example:
  266.     DLD   C:\TD-EPP\TD-EPP.SYS
  267. TransDisk will be assigned the NEXT available drive letter on the system.
  268.  
  269. Example:
  270.     DLD   -P C:\TD-EPP\TD-EPP.SYS
  271. TransDisk will come up as P: drive. Make sure LASTDRIVE in CONFIG.SYS
  272. is greater than the drive letter specified.
  273.  
  274. ____________________________________________________________________
  275.  
  276. ***  Additional Utility,   TDPATH.EXE
  277.  
  278. Included on this package diskette is the utility TDPATH.EXE.
  279. TDPATH.EXE allows you to customize your PATH with directories
  280. available on your TransDisk.    To invoke TDPATH.EXE, type
  281. tdpath  (if tdpath.exe is not in your execution PATH, use
  282. full path) at the command prompt or include it in your AUTOEXEC.BAT.
  283.  
  284. When invoked, TDPATH.EXE searches TDPATH.ADD the root directory on
  285. all partitions including TransDisk and non-TrnasDisk partitions for
  286. the file TDPATH.ADD.  If a TDPATH.ADD is found, TDPATH.EXE will
  287. extend your PATH based on the contents of TDPATH.ADD.   TDPATH.EXE
  288. exits with error if there is no TransDisk attached to your system.
  289.  
  290. The format of TDPATH.ADD is as follows:
  291.  
  292. 1:\lbin;2:\uti;1:\net10
  293.  
  294. Leading # and rem are considered remark lines and ignored.
  295.  
  296. Using above example and if current TransDisk starts as F:,
  297. after TDPATH excuted, your PATH becomes
  298.  
  299. PATH=your_old_path;F:\lbin;G:\uti;F:\net10
  300.  
  301. --------------------------------------------------------------------
  302.  
  303. ***  MANUAL INSTALLATION AND UN-INSTALLATION
  304.  
  305. To install TransDisk software manually follows below.
  306.  
  307. 1. copy TransDisk software into your boot drive,
  308. 2. in config.sys, add driver statement as
  309.      DEVICE=your_drive:\your_dir\TD-EPP.SYS
  310.  
  311. To un-install, remove the driver statement from config.sys and/or
  312. remove TransDisk software from boot drive.
  313.  
  314. _________________________________________________________________________
  315.  
  316. ***  How to use TransDisk on a OS/2 system
  317.  
  318. Before an OS/2 native driver is available for TransDisk, the following
  319. procedure can be used to access TransDIsk on a DOS session under OS/2.
  320. Thanks to Mr. Doug Azzarito of IBM, an excellent technical support,
  321. accessing TransDisk under OS/2 is now possible.
  322.  
  323. The following procedure describes how to access the TransDisk from OS/2
  324. by using a "specific DOS session."  This is a feature in OS/2 that allows
  325. you to boot a session of "real" DOS mode while running OS/2.   To set this 
  326. up, do the following:
  327.  
  328. * Hardware:
  329.     If you are using non-PS/2 machine, no hardware setup is necessary.
  330. If you are using PS/2 (or similar) machines which has DMA capability
  331. on the printer port, e.g., PS/2 model 56, you MUST disable the DMA
  332. of the printer port to use TransDisk.
  333.  
  334. In order to do so, you can enter configuration (CMOS) setup mode at
  335. the system boot time.  On PS/2 model 56, enter Ctl+Alt+Ins when cursor
  336. moves from upper left corner to right upper corner at system boot.
  337. Please refer to PS/2 User's Handbook for additional information.
  338.  
  339. * Software:
  340. (1) Create a bootable DOS diskette that will load the TransDisk driver.
  341.     Boot from this diskette to make sure everything works properly.
  342. (2) Boot OS/2, and insert the bootable DOS disk in drive A:
  343. (3) Copy the file \OS2\MDOS\FSFILTER.SYS to A:
  344. (4) Add the line:   DEVICE=FSFILTER.SYS as the first line in the CONFIG.SYS
  345.     on the bootable DOS diskette.
  346. (5) Open the COMMAND PROMPTS folder (inside the OS/2 SYSTEM folder).
  347.     you will see a "DOS FROM DRIVER A:" object.   Start that object, which
  348.     will boot the DOS disk in drive A:.
  349.  
  350. From this DOS session, you will have access to the TransDisk.  No other
  351. session will see the TransDisk, and all printing from other sessions will
  352. be held in the spooler until the DOS session is closed.
  353.  
  354. The VMDISK command can make an "image" of this boot floppy, so you can start
  355. a TransDisk session without inserting the floppy.   Type HELP VMDISK from
  356. an OS/2 command prompt for details.
  357.  
  358. * Caveat:
  359.  
  360. Due to multitasking environment of OS/2, TransDisk performance on this
  361. DOS session is far below that in actual DOS environment.
  362.  
  363. ____________________________________________________________________________
  364.  
  365. ***  Password Protection
  366.  
  367. Password protection is a security feature that prevents an unauthorized access
  368. to the TransDisk.  Normally the TransDisk is shipped without the password. In
  369. order to use the password feature, the user needs to run TD.EXE
  370. and use the option 14.  The password can be up to 8 characters of
  371. any combination.  Once the password is set and the system rebooted, subsequent
  372. usage of that TransDisk requires password to gain access.  This feature
  373. requires a matching version of the driver (TD-EPP.SYS) to work as specified.
  374.  
  375. ____________________________________________________________________________
  376.  
  377. ***  Read-Only Protection
  378.  
  379. Read-only protection is a safety feature that prevents writing to the
  380. TransDisk while still allowing read access to it.  TransDisk acts just like
  381. a read-only device much the same way as the write-protected floppy diskette.
  382. The transDisk in read-only mode can be used as a distribution medium
  383. especially in an environment where virus infection is a problem.  In order
  384. to use the read-only feature, the user needs to run TD.EXE
  385. and use option 7.  The read-only mode can be turned on or off and
  386. takes effect the next time the system is rebooted.  This feature requires
  387. a matching version of the driver (TD-EPP.SYS) to work as specified.
  388.  
  389. ____________________________________________________________________________
  390.